Skip to main content

Mount a path to a drive on Windows

· One min read

Ref: Symbolic link / Hard link

List subst drives

subst

Mount a path to a drive

subst <drive>: <path>
subst V: "C:\Virtual-Drive\"

Delete a drive

subst <drive>: /d